@charset "utf-8";

/* =======================================

	Others CSS

========================================== */

div.boxSide {
	margin:0 0 29px 0;
}


/* サイドバナー
---------------------------------------------------------- */
.side_Bnr li{
	margin:0 0 30px 0;
}
/* サイドバナー
---------------------------------------------------------- */


div.boxSide h3 {
	color:#6d5c50;
	font-size:110%;
	margin:0 0 8px 0;
	font-weight:bold;
}

dl.localNavi dd {
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#b5b3b4;
	background-color:#FFFFFF;
	padding:0 8px 0 8px;
}

dl.localNavi dd:last-child {
	border-width:0 1px 1px 1px;
}

dl.localNavi dd a {
	color:#666666;
	display:block;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#cccccc;
	padding:15px;
}

dl.localNavi dd a:hover {
	text-decoration:none;
}

dl.localNavi dd:last-child a {
	border-width:0;
}

dl.localNavi dd:hover,
dl.localNavi dd.active {
    background-color:#e2dedb;
	font-weight:bold;
}

dl.localNavi dd:hover a,
dl.localNavi dd.active a {
	color:#6e5c50;
	border-color:#FFFFFF;
}

div.boxSide01 {
	border-width:1px;
	border-style:solid;
	border-color:#c5beb9;
	background-color:#f8f7f6;
	padding:10px 0 16px 12px;
}

div.boxSide01 h4 {
	font-weight:bold;
	margin:0 0 6px 0;
}

div.boxSide02 {
	background-color:#FFFFFF;
	border-width:2px;
	border-style:dotted;
	border-color:#c8c1bd;
	border-radius:3px;
	padding:11px 0 0 8px;
}

div.boxSide02 dl dt {
	margin:0 0 11px 0;
}

div.boxSide02 dl dd {
	margin:0 0 8px 0;
}

ul.listForm01 {
	margin:0 0 14px 0;
}

ul.listForm01 li {
	display:block;
	float:left;
	padding:5px 5px;
	line-height:1;
	color:#FFFFFF;
	margin:0 10px 0 0;
}

ul.listForm01s li {
	display:block;
	float:left;
	padding:4px 4px;
	line-height:1;
	color:#FFFFFF;
	margin:0 5px 0 0;
}

ul.listForm01 li#listForm01 {
	background-color:#e19588;
}

ul.listForm01 li#listForm02 {
	background-color:#70ad3c;
}

ul.listForm01 li#listForm03 {
	background-color:#ca871d;
}

ul.listForm01 li#listForm04 {
	background-color:#7189af;
	margin:0;
}


div.boxSide01 h5 {
	font-weight:bold;
	margin:0 0 3px 0;
}

ul.listForm02 {
	margin:0 0 10px 0;
}

ul.listForm02 li {
	float:left;
	margin:0 8px 0 0;
	font-size:85%;
}

ul.listForm02s li {
	float:left;
	margin:0 1px 0 0;
	font-size:85%;
}

ul.listForm03 {
    margin:0 0 18px 0;
}

ul.listForm03 li {
    float:left;
    margin:0 15px 0 0;
}

ul.listForm04 {
    margin:0 0 18px 0;
}

ul.listForm04 li {
    float:left;
    width:50%;
}

.btnSearch01 {
	margin:0 0 20px 0;
}

.btnSearch01:hover {
	opacity:0.6;
}

select.select01 {
    margin:0 10px 20px 0;
    width:195px;
}

select.select01 select {
    width:100%;
}

table.formTable01 {
    margin:0 0 20px 0;
}

table.formTable01 td {
    padding:0 0 2px 0;
}

table.formTable01 tr td:first-child {
    padding:0 10px 2px 0;
}

td.cellCalender {
    font-size:10px !important;
}

td.cellCalender a {
    color:#4d4d4d;
    text-decoration:underline;
    background-image:url(/img/en/common/ico_calender.gif);
    background-repeat:no-repeat;
    padding:0 0 0 18px;
}

.searchText01 {
	float:left;
	width:182px;
	height:18px;
	margin:0 1px 11px 0;
	padding:2px;
}

.searchText01s {
	float:left;
	width:157px;
	height:18px;
	margin:0 1px 11px 0;
	padding:2px;
}

/* 絞り込み
---------------------------------------------------------- */
div.boxRefine {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#b0b0b0;
	padding:10px;
	background-color:#FFFFFF;
}

div.boxRefine h4 {
	font-size:85%;
	margin:0 0 10px 5px;
	font-weight:bold;
}

div.boxRefine h5 {
	margin:0 0 10px 5px;
	color:#6a5856;
	font-weight:bold;
}

div.boxRefine ul {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#c3c3c3;
	margin:0 0 10px 0;
}

div.boxRefine ul li {
	margin:5px 0 5px 0;
	padding:3px 0 3px 0;
	display:block;
}

div.boxRefine ul li a {
	text-decoration:underline;
}

div.boxRefine ul li.active {
	background-color:#e8e7e5;
}

div.boxRefine ul li.active span {
	float:right;
	color:#999490;
	padding:3px 5px 0 0;
	font-size:85%;
	cursor:pointer;
}

div.boxRefine p {
	padding:10px 0 10px 0;
	text-align:center;
}

/* ページ分割
---------------------------------------------------------- */
div.pagenate {
	margin:50px 0 0 0;
}

div.pagenate p {
	text-align:center;
	line-height:1;
}

span.pageprev {
	padding:0 15px 0 0;
}

span.pagenext {
	padding:0 0 0 15px;
}

span.pagefirst {
	padding:0 10px;
}

span.pagedefault {
	padding:0 10px;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#808080;
}

span.pagefirst a,
span.pagedefault a {
	text-decoration:underline;
}

div.pagenate2 {
    margin:50px 0 50px 0;
}

div.pagenate2 p {
    text-align:center;
    line-height:1;
}

div.pagenate2 span.pageprev {
    padding:0 15px 0 0;
}

div.pagenate2 span.pagenext {
    padding:0 0 0 15px;
}

div.pagenate2 span.pageactive,
div.pagenate2 span.pagedefault {
    padding:0 5px;
    display:inline-block;
    margin:4px 0 0 0;
}

div.pagenate2 span.pagefirst a,
div.pagenate2 span.pagedefault a {
    border-width:1px;
    border-style:solid;
    border-color:#8e8067;
    color:#8e8067;
    padding:2px 5px 2px 5px;
}

div.pagenate2 span.pagefirst a:hover,
div.pagenate2 span.pagedefault a:hover,
div.pagenate2 span.pageactive a {
    border-width:1px;
    border-style:solid;
    border-color:#8e8067;
    background-color:#8e8067;
    color:#FFFFFF !important;
    text-decoration:none;
    padding:2px 5px 2px 5px;
}


/* コンテンツボックス
---------------------------------------------------------- */
div.boxContents01 {
	margin:0 0 30px 0;
}

div.boxContents01 p {
	margin:0 0 10px 0;
	line-height:1.8;
}

div.boxContents02 {
	margin:0 0 20px 0;
}

div.boxContents02 div {
	float:left;
	width:184px;
	margin:0 60px 40px 0;
}

div.boxContents02 div:nth-child(3),
div.boxContents02 div:nth-child(6),
div.boxContents02 div:nth-child(9),
div.boxContents02 div:nth-child(12),
div.boxContents02 div:nth-child(15){
	margin:0 0 20px 0;
}

div.boxContents02 div img {
	width:184px;
	margin:0 0 12px 0;
}

div.boxContents02 div dl dt {
	font-size:18px !important;
	margin:0 0 8px 0;
}

div.boxContents03 {
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#cdcbcc;
}

div.boxContents03Left {
	background-color:#FFFFFF;
	padding:4px;
	-webkit-box-shadow: 0 0 3px 0 #777;
  	-moz-box-shadow: 0 0 3px 0 #777;
 	 box-shadow: 0 0 3px 0 #777;
	 width:116px;
	 overflow:hidden;
	 float:left;
}

div.boxContents03Right {
	width:535px;
	float:right;
}

div.boxContents03Right img {
	margin:0 0 15px 0;
}

div.boxContents03Right h2 {
	color:#3d5e91;
	font-size:18px;
	margin:0 0 8px 0;
}

div.boxContents03Right p {
	margin:0 0 10px 0;
}

div.boxContents03Right p span {
	font-weight:bold;
}

div.boxContents04 {
	margin:0 0 35px 0;
}

div.boxContents04Left {
	width:315px;
	float:left;
}

div.boxContents04Left h2 {
	border-width:0 0 0 5px;
	border-style:solid;
	border-color:#6c5c4f;
	margin:0 0 25px 0;
	padding:5px 0 5px 20px;
	font-weight:bold;
	font-size:22px;
}

div.boxContents04Left p {
	line-height:1.8 !important;
}

div.boxContents04Right {
	width:330px;
	float:right;
}

div.boxContents04Right ul {
	margin:8px 0 25px 0;
}

div.boxContents04Right ul li {
	margin:0 10px 10px 0;
	float:left;
}

div.boxContents04Right ul li:nth-child(4) {
	margin:0 0 10px 0;
}

div.boxContents05 {
	margin:0 0 37px 0;
	background-image:url(/img/en/common/bg_box_01.gif);
	border-radius:5px;
	padding:5px 4px 5px 4px;
}

div.boxContents05Inner {
	border-width:1px;
	border-style:solid;
	border-color:#cabfad;
	padding:19px 19px 19px 15px;
}

div.boxContents05Left {
	width:455px;
	float:left;
}

div.boxContents05Left h3 {
	background-image:url(/img/en/common/ico_fukidashi.gif);
	background-repeat:no-repeat;
	background-position:2px 0;
	margin:0 0 18px 0;
	padding:9px 0 9px 64px;
	color:#6e5c50;
	font-weight:bold;
	font-size:16px;
}

div.boxContents05Left p {
	margin:0 0 10px 0;
}

div.boxContents05Right {
	width:153px;
	float:right;
	overflow:hidden;
}

div.boxContents05Right img {
	border-radius:5px;
}

div.boxSns {
	margin:0 0 30px 0;
	height:30px;
	overflow:hidden;
}

div.boxSns div {
	float:left;
	width:115px;
}

div.boxMap {
	margin:0 0 40px 0;
}

div.boxContents06 {
	margin:0 0 40px 0;
}

div.boxContents06 div {
	float:left;
	width:110px;
	margin:0 25px 0 0;
}

div.boxContents06 div:last-child {
	margin:0;
}

div.boxContents06 div img {
	width:110px;
	height:110px;
	display:block;
	margin:0 0 8px 0;
}

div.boxContents06 div dt {
	color:#6d4f50;
	margin:0 0 7px 0;
	display:block;
}

div.boxContents06 div dt img {
    width: auto;
    height: auto;
}

div.boxContents06 div dt dd {
	padding:0 1px 0 1px 0;
}

div.boxContents07 {
	margin:0 0 50px 0;
}

div.boxContents07 div {
	float:left;
	width:210px;
	overflow:hidden;
	margin:0 20px 20px 0;
}

div.boxContents07 div:nth-child(3),
div.boxContents07 div:nth-child(6),
div.boxContents07 div:nth-child(9) {
	margin:0 0 20px 0;
}

div.boxContents07 div ul {
	margin:7px 0 0 0;
}

div.boxContents07 div ul li {
	float:left;
	margin:0 7px 7px 0;
}

div.boxContents07 div p {
	margin:5px 0 0 0;
}

div.boxContents08 {
    border-width:1px;
    border-style:solid;
    border-color:#d3cecb;
    background-color:#f9f3e3;
    padding:15px 20px 0 20px;
}

/* ページトップ
---------------------------------------------------------- */
p.btnPageTop {
	text-align:right;
	margin:30px 0 -30px 0;
}

/* フロート
---------------------------------------------------------- */
.floatL {
	float:left !important;
	margin:0 25px 25px 0;
}

.floatR {
	float:right;
	margin:0 0 25px 25px;
}

/* テーブル
---------------------------------------------------------- */
table.table01 {
	width:100%;
	margin:0 0 35px 0;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#d0cfcb;
	border-collapse:collapse;
}

table.table01 th,
table.table01 td {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#d0cfcb;
	border-collapse:collapse;
	padding:5px 10px 5px 10px;
    empty-cells:show;
}

table.table01 th.Name,
table.table01 td.Name{
	background-color:#6d5c50;
	color: #fff;
	font-weight: bold;
}

table.table01 td {
	background-color:#FFFFFF;
}

table.table01 th {
	background-color:#f0efed;
}

.accommodation table.table01 th {
	width: 200px;
}

img.ameni_pict{
	width: 60px;
	height: 60px;
	margin: 5px;
}


img.ameni_pictS{
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

ul.pict_info {
    display: table;
    table-layout: fixed;
    width: 674px;
}

#contents ul.pict_info li {
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
    text-align: left;
    width: 168px;
    height: 30px;
    margin-bottom: 20px;
}

li.long_text{
line-height: 12px !important;
}



/* 下層ヘッダーイメージ
---------------------------------------------------------- */

div.boxMainImg {
	max-height:143px;
	overflow:hidden;
}

div.boxMainImg img {
	width:100%;
}

/* パンくず
---------------------------------------------------------- */

p.breadCrumbs {
	width:960px;
	padding:15px 0 15px 0;
	margin:0 auto;
}

p.breadCrumbs a {
	color:#357dd2;
}

/* anythingslider
---------------------------------------------------------- */

div#slider_wrapper {
  width: 100%;
  overflow:hidden;
  position: relative;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider{
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0 0 25px 0;
}


/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}




/* Navigation Arrows */
.arrow {
	top: 50%;
	position: absolute;
	display: block;
}


/* change the ID to match your slider */
#slider {
	width: 1000px;
	height: 274px;
	text-align: center;
}

/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
div.anythingSlider .anythingWindow {
}
/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
	background: #777;
	color: #000;
}
/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
/* start-stop button, playing, default state */
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}
tart-stop button, stopped, active state */

/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/


/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	display: block;
	margin: 0 auto;
	padding:0 0 25px 0;
	overflow: hideen !important; /* needed for Opera and Safari */
	position: relative;
}
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding:0 0 8px 0;
	margin: 0;
}

.anythingBase .panel img {
	width:960px !important;
}

.anythingBase .panel.vertical {
	float: none;
}

/* Navigation buttons + start/stop button, default state */
.anythingControls a {
	display:none;
}
/* Make sure navigation text is visible */
.anythingControls a span {
	display:none;
}

/* back arrow */
.anythingSlider-default .back { left: 7px; }

.anythingSlider-default .back a { background-image:url(/img/en/home/btn_left.png); background-repeat:no-repeat; background-position: left top; text-indent:-9999px; }
/* forward arrow */
.anythingSlider-default .forward { right: 7px; }
.anythingSlider-default .forward a { background-image:url(/img/en/home/btn_right.png); background-repeat:no-repeat; background-position: left top; text-indent:-9999px; }

/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	display:none;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 26px;
	height: 34px;
	margin: -27px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
}

.activeSlider .anythingControls {
	margin:10px 0 10px 0;
}

/* Navigation Links */
.anythingControls { outline: 0; display: none; text-align:center; }
.anythingControls ul { margin: 0; padding: 0;}
.anythingControls ul li { display: inline; }
.anythingControls ul a {

}

/* navigationSize window */
.anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* その他
---------------------------------------------------------- */
.mb0 {
    margin-bottom:0 !important;
}

.mb30 {
    margin-bottom:30px !important;
}

.mb55 {
    margin-bottom:55px !important;
}

.mt-10 {
    margin-top:-10px !important;
}

.mt20 {
    margin-top:20px !important;
}

.mr-0 {
    margin-right:0 !important;
}

.noBorder {
    border-width:0 !important;
}

.left0 {
    left:0 !important;
}

.fs14 {
    font-size:14px !important;
}

.bold {
    font-weight:bold !important;
}

.alignC {
    text-align:center !important;
}

.alignR {
    text-align:right !important;
}

.list02 li {
    padding: 8px 0;
    border-bottom: 1px dotted #CECCCD;
}

.list02 b {
    display: block;
    margin: 3px 0;
    font-size: 1.2em;
}

.linkList {
    width: 97%;
    margin: 0 0 40px;
    padding: 10px;
    background-color: #fff;
}

.linkList a {
    padding: 0 10px 0 0;
}

/* MAPの吹き出し
--------------------------------------------- */
.mapInfo {
    width: 280px;
    margin: 0 0 8px 0;
}

.mapInfo .name {
    margin: 0 0 5px 0;
}

.mapInfo .name a {
    font-size: 1.1em;
    font-weight: bold;
}

.mapInfo .img {
    width: 90px;
    float: left;
}

.mapInfo .addr {
    width: 190px;
    float: left;
    line-height: 1.1;
}


.boxFavorite {
    position: relative;
}

/* ツールチップ
--------------------------------------------- */
div.popup {
    position:absolute;
    background-image:url(/img/en/favorite/btn_tooptip.png);
    background-repeat:no-repeat;
    background-position:0 bottom;
    padding:0 0 9px 0;
    width:90px;
}

div.popup p {
    background-color:#FFFFFF;
    border-width:2px 2px 0 2px;
    border-style:solid;
    border-color:#d9d7d2;
    margin:0;
    padding:6px 0 6px 12px;
    font-size:85% !important;
}

.red {
    color: #cc0000;
}

.off {
    display: none;
}

/* スマフォサイト切り替え */
.btn_sp a {
    display: block;
    width: 100%;
    color: #432C02;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    background-color: #fefefe;
    border-bottom: 1px solid #ccc;
}




/* =======================================
	Weathers CSS
========================================== */
.weatherMap{
    margin: 10px 0 20px 0;
    position: relative;
}

.weatherMap ul,
.weatherMap li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.weatherMap li{
    display: block;
    width: 50px;
    height: 31px;
    text-align: center;
    position: absolute;
}

.weatherMap li.area1{
    top: 170px;
    left :134px;
}

.weatherMap li.area2{
    top: 176px;
    left :254px;
}

.weatherMap li.area3{
    top: 223px;
    left :331px;
}

.weatherMap li.area4{
    top: 140px;
    left :333px;
}

.weatherMap li.area5{
    top: 188px;
    left :417px;
}

.weatherMap li.area6{
    top: 311px;
    left :354px;
}

.weatherMap li.area7{
    top: 289px;
    left :243px;
}

.weatherMap li.area8{
    top: 296px;
    left :169px;
}

.weatherMap li.area9{
    top: 252px;
    left :119px;
}

.weather {
    width: 200px;
    float: left;
    margin: 0 20px 20px 0;
}

.input-medium {
    width: 90%;
    padding: 5px;
}

.button {
    display: block;
    width: 100px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #6D5C50;
    outline: medium none;
}


.inputButton {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #cccccc;
    color: #444;
    border-style: none;
}
.inputButton:hover {
    background-color: #dbdbdb;
}


.inputSubmit {
    cursor: pointer;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #6D5C50;
    color: #fff;
    border-style: none;
}

.inputSubmit:hover {
    background-color: #7f6b5d;
}

.lang {
	display: block;
	position: absolute;
	margin-left: -24px;
	box-shadow:0 0 3px #fff, 0 0 3px #ccc, 0 0 1px #aaa;
    	-webkit-box-shadow:0 0 3px #fff, 0 0 3px #ccc, 0 0 1px #aaa;
    	-moz-box-shadow:0 0 3px #fff, 0 0 3px #ccc, 0 0 1px #aaa;
	z-index: 999;

}

.lang a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
	background-color: #fff;
}

.lang a:hover {
	color: #fff !important;
	background-color: #6D5C50;
}
